SftTree/NET 2.0

SelectionInnerBorder Property, SftTree Class

Softel vdm, Inc.

Defines the inner border of the selection outline.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property SelectionInnerBorder As Color

C#   

public Color SelectionInnerBorder { get; set; }

C++   

public: property Color SelectionInnerBorder {
        Color get();
        void set(Color value);
}

Property Value

The border color.

The default value is Color.LightBlue.

Comments

The SelectionInnerBorder property defines the inner border of the selection outline.

This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).

The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com